home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / printing / ideal321.lzh / IDEALIST.3_2 / ENGLISH / IDEALIST.IDA < prev    next >
Text File  |  1992-05-12  |  5KB  |  129 lines

  1. *****************************************
  2. * Printer Adaption for IdeaList V3.2    *
  3. *****************************************
  4. *  Comments:  from '*' to line end      *
  5. *                                       *
  6. *  Syntax of control codes:             *
  7. *  65 66 = $41 $42 = 'A''B' = 'AB'      *
  8. *                                       *
  9. *  Unnumerical chars and blanks         *
  10. *  between codes are permitted.         *
  11. *****************************************
  12. *                                       *
  13. *  Standard adaption file               *
  14. *  for 24-pin matrix printers           *
  15. *                                       *
  16. *  Paper lengths:                       *
  17. *   cut sheet      : 11.67" ('DIN A4')  *
  18. *   continous paper: 12"                *
  19. *                                       *
  20. *   Values and codes for useing         *
  21. *   LETTER size (11") in [brackets]     *
  22. *                                       *
  23. *****************************************
  24. *
  25. * Name of Adaption (up to 24 chars):
  26. Standard (24 pins)
  27. *
  28. * Names of the Font Sizes (up to 12 chars):
  29. Pica   10cpi*     Größe 1
  30. Elite  12cpi*       "   2
  31. Cond.  17cpi*       "   3
  32. Narrow 20cpi*       "   4
  33. *
  34. * Name of the Joker (up to 12 chars):
  35. Joker (free)
  36. *
  37. * Fonts (0 = internal):
  38. 0            * Größe 1
  39. 0            *   "   2
  40. 0            *   "   3
  41. 0            *   "   4
  42. *
  43. * Size Parameters:
  44. 11.7  * net page length in inch (contionous paper)         [LETTER: 10.7]
  45. 0.5   * text distance in inch (chain mode)
  46. 0.3   * minimum rest length in inch (chain mode)
  47. 60    * number of lines in pica-lines (6 lpi) (single paper) [LETTER: 56]
  48. 6     * lines/inch size 1 
  49. 8     *      "       "  2 
  50. 8     *      "       "  3 
  51. 10    *      "       "  4 
  52. 80    * maximum line length in pica-chars (10 cpi)
  53. 10    * chars/inch size 1 
  54. 12    *       "     "   2
  55. 17    *       "     "   3
  56. 20    *       "     "   4 
  57. *
  58. 0     * reserved 1
  59. 0     * reserved 2
  60. 0     * steps/inch for horizontal spacing (0 = not used)
  61. *
  62. 0     * mode of sending (0=normal)
  63. 0     * configuration of port/cut sheet feeder
  64. *       (0=parallel/manual, 1=para./auto, 2=serial/manual, 3=ser./auto)
  65. *
  66. * Printer Control Codes (maximum : 20 chars):
  67. 27 64, 27 82 0          * initialise [reset, USA-set]
  68. 27 64                   * codes at the end
  69. 27 79                   * skip-over perforation off
  70. 27 67 00 12             * define gross page length [12"] [LETTER: 27 67 00 11]
  71. 27 80, 18, 27 84        * define character wide/hight size 1
  72. *                         [10 cpi, condensed off, sub off]
  73. 27 77, 18, 27 84        * define character wide/hight size 2
  74. *                         [12 cpi, condensed off, sub off]
  75. 27 80, 15, 27 84        * define character wide/hight size 3
  76. *                         [10 cpi, condensed on, sub off]
  77. 27 77, 15, 27 83 1      * define character wide/hight size 4
  78. *                         [12 cpi, condensed on, sub on]
  79. 27 50                   * define line spacing size 1 [1/6"]
  80. 27 48                   *     "    "    "       "  2 [1/8"]
  81. 27 48                   *     "    "    "       "  3 [1/8"]
  82. 27 65 6                 *     "    "    "       "  4 [6/60" with 24-pins]
  83. 27 120 0                * draft
  84. 27 120 1                * letter quality
  85. 0                       * joker on [free]
  86. 0                       * joker off [free]
  87. 27 45 1, 27 69          * headline init [underline on, bold on]
  88. 27 45 0, 27 70          * headline exit [underline off, bold off]
  89. 27 69                   * bold on
  90. 27 70                   * bold off
  91. 0                       * light on  [free]
  92. 0                       * light off [free]
  93. 27 52                   * italic on
  94. 27 53                   * italic off
  95. 27 45 1                 * underline on
  96. 27 45 0                 * underline off
  97. 27 83 0                 * superscript on
  98. 27 84                   * superscript off
  99. 27 83 1                 * subscript on
  100. 27 84                   * subscript off
  101. 0                       * init download data  [not used]
  102. 0                       * exit     "      "   [ "    " ]
  103. 0                       * download font on    [ "    " ]
  104. 0                       *    "      "   off   [ "    " ]
  105. 0                       * horizontal spacing (255 = replacement at runtime)
  106. *                         [not used]
  107. '0' 8 '/'               * zero with slash
  108. *
  109. 0* Begin of Character Adaptions;
  110. *  first Atari code, 
  111. *  then up to 20 printer codes;
  112. *  when character not printable: 32
  113. 127 = '^' 8 '-'            * 
  114. 132 = 27 82 2,'{', 27 82 0 * ä
  115. 148 = 27 82 2,'|', 27 82 0 * ö
  116. 129 = 27 82 2,'}', 27 82 0 * ü
  117. 142 = 27 82 2,'[', 27 82 0 * Ä
  118. 153 = 27 82 2,'\', 27 82 0 * Ö
  119. 154 = 27 82 2,']', 27 82 0 * Ü
  120. 158 = 27 82 2,'~', 27 82 0 * ß
  121. 221 = 21                   * §
  122. 189 = 67                   * (C)
  123. 190 = 82                   * (R)
  124. 254 = 32                   * [not printable]
  125. 255 = 32                   * [ "      "    ]
  126. 0* End of Character Adaptions
  127. *
  128. ************** End of Printer Adaption File ******************
  129.